home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Sound / PreludeAMP / src / TODO < prev    next >
Encoding:
Text File  |  1997-08-23  |  1.1 KB  |  54 lines

  1. amp0.7 TODO file
  2. ================
  3.  
  4. ### immediate
  5.  
  6. more carefully set audio parameters, report errors, etc..
  7.  
  8. clearly separate three components from Thomas Sailer's rtbuf.c (prefetch, realtime
  9. privs and direct-to-DMA audio) so that any one of these could be enabled/disabled
  10. at runtime (for instance, users of GUS should be able to switch to write/audio)
  11.  
  12. make guis really use the -gui option (consult with Edouard for xmpeg3 and Joel
  13. for Jukebox), merge.
  14.  
  15. uncomment the -include .depend line in the makefile if we're using GNU Make
  16.  
  17. amigaOS port
  18.  
  19. 8bit output
  20.  
  21. qtamp
  22.  
  23. nt port
  24.  
  25. netbsd port
  26.  
  27. HP term support
  28.  
  29. karl's optimization patches
  30.  
  31. budor's optimization patches
  32.  
  33. Get rid of the nch global variable - even better, get rid of a lot of global
  34. variables. Try reducing the memory footprint.
  35.  
  36. Synchronisation code needs to be improved still. (Sanity checks enhanced, take
  37. a look at test2.mp3 which wrongly reports fs of 48000)
  38.  
  39. add an option to pick device file (instead of /dev/dsp)
  40.  
  41.  
  42.  
  43. ### not so immediate
  44.  
  45. implement parse-only mode - should be useful, also quality debug output
  46.  
  47. clean up wave header writing
  48.  
  49. layer 1
  50.  
  51. CRC checking
  52.  
  53. httpget ("streaming")
  54.